home *** CD-ROM | disk | FTP | other *** search
- #! /usr/local/bin/python
-
- # Perform massive identifier substitution on C source files.
- # This actually tokenizes the files (to some extent) so it can
- # avoid making substitutions inside strings or comments.
- # Inside strings, substitutions are never made; inside comments,
- # it is a user option (on by default).
- #
- # The substitutions are read from one or more files whose lines,
- # when not empty, after stripping comments starting with #,
- # must contain exactly two words separated by whitespace: the
- # old identi